home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / FINGER < prev    next >
Text File  |  1996-07-19  |  3KB  |  66 lines

  1.  
  2. finger <username[@host]> [<username[@host]> ...]
  3.  
  4.         Issue a network 'finger' request for <username> at <host>.
  5.         Finger is typically used to find out specific information about
  6.         users on local or remote hosts.  By fingering a user, you can
  7.         find out such information as a user's name, his mailing address,
  8.         telephone number, QSL information, and other useful facts.  This
  9.         information is kept in a separate text file for each user.
  10.  
  11.         As our network expands, this application will help hams find out
  12.         information about each other quickly and efficiently.
  13.  
  14.         The finger command under NOS can be issued in any of the
  15.         following three ways:
  16.  
  17.           finger <username>           >> Examples: finger n8fow
  18.           finger <username>@<host>                 finger n8fow@n8fow
  19.           finger @<host>                           finger @n8fow
  20.  
  21.         The first form of the command is used to find out information
  22.         about a user at the local host, namely your own system.  It is
  23.         useful for testing 'finger' on a system that you know is running.
  24.  
  25.         The second form of the command is used to find out information
  26.         about a user at a remote host.
  27.  
  28.         If you don't know the name of a particular user at a remote host,
  29.         you can use the third form of the command.  This command returns
  30.         a list of all 'finger' files on the remote system.
  31.  
  32.         To enable the finger server so that others may query the users on
  33.         your system, you must give the 'start finger' command.  The finger
  34.         files that provide information on a <username> are located by
  35.         default in \finger (see Fdir and Fdbase in nos.cfg), and are
  36.         ordinary ASCII files created by the sysop.  Also, if the SAM or
  37.         QRZ callbook server is configured, <username> is looked up in the
  38.         callbook and displayed if the search is successful.
  39.  
  40.         Certain <username> strings are taken to mean that a Jnos function
  41.         should be invoked to display system information, depending on
  42.         what configuration options were used to build the server Jnos:
  43.  
  44.         <username>      config_opt      output_same_as
  45.  
  46.         conf            CONVERS         conference bridge /WHO
  47.         links           CONVERS         conference bridge /LINKS
  48.         mhold           HOLD_LOCAL_MSGS 'mbox holdlocal'
  49.         mstat           MAILBOX         'mbox mailstat' 
  50.         mpast           MAILBOX         'mbox past'
  51.         users           MAILBOX         'mbox status'
  52.         usersdat        USERLOG         'finger x' forall users in users.dat
  53.         mailfor         MAILFOR         'mbox mailfor'
  54.         info            ALLCMD          'info'
  55.         ax25            AX25            'ax25 stat'
  56.         aheard          AX25            'ax25 heard'
  57.         netrom          NETROM          'netrom stat'
  58.         iheard          all             'ip heard'
  59.         memstat         all             'mem stat'
  60.         socket          all             'socket'
  61.         tcpview         all             'tcp view bytes'
  62.         asystat         ASY             'asystat'
  63.         pkstat          PACKET          'pkstat'
  64.         rip             RIP             'rip stat'
  65.  
  66.